Class TacacsPacketImpl

All Implemented Interfaces:
IPCData, Header, Pdu, Signal, TacacsPacket

public class TacacsPacketImpl extends HeaderImpl implements TacacsPacket
  • Field Details

    • majorVersion

      protected Short majorVersion
    • minorVersion

      protected Short minorVersion
    • type

      protected Short type
    • m_seqNo

      protected Short m_seqNo
    • m_flags

      protected Short m_flags
    • m_sessionId

      protected int m_sessionId
    • m_length

      protected int m_length
    • attribType

      protected AttribType attribType
    • length

      protected Byte length
    • attribValue

      protected String attribValue
  • Constructor Details

    • TacacsPacketImpl

      public TacacsPacketImpl()
  • Method Details